Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cde13a5ead7f
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9e34c3a0c6e8
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 29, 2020

  1. st: 0.8.2 -> 0.8.3

    oxzi committed Apr 29, 2020
    Copy the full SHA
    01aec5f View commit details
  2. Merge pull request #86336 from geistesk/st-0.8.3

    st: 0.8.2 -> 0.8.3
    Mic92 authored Apr 29, 2020
    Copy the full SHA
    9e34c3a View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/misc/st/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/misc/st/default.nix
Original file line number Diff line number Diff line change
@@ -4,11 +4,11 @@
with stdenv.lib;

stdenv.mkDerivation rec {
name = "st-0.8.2";
name = "st-0.8.3";

src = fetchurl {
url = "https://dl.suckless.org/st/${name}.tar.gz";
sha256 = "0ddz2mdp1c7q67rd5vrvws9r0493ln0mlqyc3d73dv8im884xdxf";
sha256 = "0ll5wbw1szs70wdf8zy1y2ig5mfbqw2w4ls8d64r8z3y4gdf76lk";
};

inherit patches;