lol

Merge pull request #192822 from r-ryantm/auto-update/shod

shod: 2.4.0 -> 2.5.0

authored by

Anderson Torres and committed by
GitHub
6ae4623d 9089c201

+2 -2
+2 -2
pkgs/applications/window-managers/shod/default.nix
··· 13 13 14 14 stdenv.mkDerivation rec { 15 15 pname = "shod"; 16 - version = "2.4.0"; 16 + version = "2.5.0"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "phillbush"; 20 20 repo = "shod"; 21 21 rev = "v${version}"; 22 - sha256 = "sha256-jrPuI3ADppqaJ2y9GksiJZZd4LtN1P5yjWwlf9VuYDc="; 22 + sha256 = "sha256-hunHcYWxboCWM+SYH5u09MKP0b7U/9CVfhC6vLVpc3Q="; 23 23 }; 24 24 25 25 buildInputs = [