asciiquarium-transparent: 1.4 -> 1.6 (#541724)

This commit is contained in:
Peder Bergebakken Sundt
2026-07-14 19:18:42 +00:00
committed by GitHub
@@ -7,13 +7,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "asciiquarium-transparent";
version = "1.4";
version = "1.6";
src = fetchFromGitHub {
owner = "nothub";
repo = "asciiquarium";
rev = "v${finalAttrs.version}";
hash = "sha256-lUNPg+/R/UwnHxjVXROMjvQxBZuCPBrYWB546OHplJM=";
hash = "sha256-p9P9sJZhcNdlIxyz5ulFXFrwJaE7b48D4aWeoTWmIgk=";
};
nativeBuildInputs = [ makeWrapper ];