gabutdm: 2.5.0 -> 2.6.0

This commit is contained in:
R. Ryantm 2024-07-30 01:15:56 +00:00
parent 7fee7ae70f
commit d6977767d3

View File

@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "gabutdm";
version = "2.5.0";
version = "2.6.0";
src = fetchFromGitHub {
owner = "gabutakut";
repo = "gabutdm";
rev = version;
hash = "sha256-0PBNKacgKT5xcd0mnn0y9ltmxEAbP+S7MLtt/Zau8vs=";
hash = "sha256-FKOgoJ0QreYk3PgvUoQMczC3tXkthw86/Y3pnm6tTQk=";
};
nativeBuildInputs = [