Merge pull request #163145 from AndersonTorres/new-misc

berry: 0.1.9 -> 0.1.10

authored by

Anderson Torres and committed by
GitHub
71100299 1d2c3ee4

+2 -4
+2 -4
pkgs/applications/window-managers/berry/default.nix
··· 15 15 16 16 stdenv.mkDerivation rec { 17 17 pname = "berry"; 18 - version = "0.1.9"; 18 + version = "0.1.10"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "JLErvin"; 22 22 repo = pname; 23 23 rev = version; 24 - hash = "sha256-E1kjqSv2eylJ/9EGcxQrJ2P7VaehyUiirk0TxlPWSnM="; 24 + hash = "sha256-6asph0QXzhmHuYcfrLcQ8RTP4QzX8m6AcCp5ImA++9M="; 25 25 }; 26 26 27 27 nativeBuildInputs = [ ··· 75 75 platforms = platforms.linux; 76 76 }; 77 77 } 78 - # TODO: report upstream that `which` is not POSIX; the `command` shell builtin 79 - # should be used instead