runme: 2.2.6 -> 3.0.0

This commit is contained in:
R. Ryantm 2024-02-15 00:29:16 +00:00
parent f74d88a6f1
commit 082387b5e4

View File

@ -12,13 +12,13 @@
buildGoModule rec {
pname = "runme";
version = "2.2.6";
version = "3.0.0";
src = fetchFromGitHub {
owner = "stateful";
repo = "runme";
rev = "v${version}";
hash = "sha256-pbdY0/1ityPWI3bGjpgWZ5pKTIh8wRqquBuK7aCbeHg=";
hash = "sha256-y8UjSxYHWf+HnSDN7p6Y6iheTFaYXOCYsOImk/BuvKU=";
};
vendorHash = "sha256-QoZzEq1aC7cjY/RVp5Z5HhSuTFf2BSYQnfg0jSaeTJU=";