butt: 1.44.0 -> 1.45.0

This commit is contained in:
R. Ryantm 2025-04-20 12:35:48 +00:00 committed by Emery Hemingway
parent 54bd55332b
commit 2cb2759a29

View file

@ -21,11 +21,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "butt";
version = "1.44.0";
version = "1.45.0";
src = fetchurl {
url = "https://danielnoethen.de/butt/release/${finalAttrs.version}/butt-${finalAttrs.version}.tar.gz";
hash = "sha256-2RC0ChDbyhzjd+4jnBRuR0botIVQugpA1rUZm1yH4Kc=";
hash = "sha256-iEmFEJRsTvHeKGYvnhzYXSC/q0DSw0Z/YgK4buDtg2Q=";
};
postPatch = ''