guglielmo: 0.4 -> 0.5

This commit is contained in:
Markus Kowalewski 2023-05-03 22:13:54 +02:00
parent 8e70408976
commit d1ab33d230
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -13,13 +13,13 @@
mkDerivation rec {
pname = "guglielmo";
version = "0.4";
version = "0.5";
src = fetchFromGitHub {
owner = "marcogrecopriolo";
repo = pname;
rev = "v${version}";
sha256 = "sha256-djBQTYbpgPFBtQZ9fZBpECP20RxB49AdxLbq8mUU6rg=";
sha256 = "sha256-W+KTwtxbTDrtONmkw95gXT28n3k9KS364WOzLLJdGLM=";
};
postInstall = ''