lol

Merge pull request #127313 from r-ryantm/auto-update/hilbish

hilbish: 0.5.0 -> 0.5.1

authored by

Sandro and committed by
GitHub
17bcbee9 b2d9734a

+2 -2
+2 -2
pkgs/shells/hilbish/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "hilbish"; 5 - version = "0.5.0"; 5 + version = "0.5.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "Rosettea"; 9 9 repo = "Hilbish"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-cYpGTk0adT3X/elrJW2Wjv4SbPvgeyYmsOHTrft8678="; 11 + sha256 = "sha256-xqGesBNN9lZTYx0kTZfFARq1a/dEC+c3Fo0xLxZuZP4="; 12 12 }; 13 13 14 14 vendorSha256 = "sha256-8l+Kb1ADMLwv0Hf/ikok8eUcEEST07rhk8BjHxJI0lc=";