nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

screenfetch: 3.9.0 -> 3.9.1

+2 -2
+2 -2
pkgs/tools/misc/screenfetch/default.nix
··· 20 20 21 21 in stdenv.mkDerivation rec { 22 22 pname = "screenFetch"; 23 - version = "3.9.0"; 23 + version = "3.9.1"; 24 24 25 25 src = fetchFromGitHub { 26 26 owner = "KittyKatt"; 27 27 repo = "screenFetch"; 28 28 rev = "v${version}"; 29 - sha256 = "11mqld9pppbappqbaj49mw2v5kysx06sy1xbs81i0hhgh35hlziv"; 29 + sha256 = "04l8aqr474pb115nagn9f6y48jw92n1qfszgw7dbhgl4mpn95lcr"; 30 30 }; 31 31 32 32 nativeBuildInputs = [ makeWrapper ];