butt: 0.1.41 -> 1.41.1

This commit is contained in:
R. Ryantm 2024-05-02 03:54:45 +00:00 committed by Emery Hemingway
parent 5b5db98a89
commit 068ef282e2

View file

@ -3,11 +3,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "butt";
version = "0.1.41";
version = "1.41.1";
src = fetchurl {
url = "https://danielnoethen.de/butt/release/${finalAttrs.version}/butt-${finalAttrs.version}.tar.gz";
hash = "sha256-wTypjqd2PpmDSA8vScMLkAL44xE/WAccm747PS9ClVA=";
hash = "sha256-y/XIcFm1TWVd5SL+kDCJc21CtMwipMQgRE4gPra5+98=";
};
postPatch = ''