morgen: 3.0.1 -> 3.1.6

This commit is contained in:
justanotherariel
2024-01-05 18:13:49 +01:00
parent c74ab161ff
commit f6813efd67
+2 -2
View File
@@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "morgen";
version = "3.0.1";
version = "3.1.6";
src = fetchurl {
url = "https://dl.todesktop.com/210203cqcj00tw1/versions/${version}/linux/deb";
hash = "sha256-lj+V5mntZzED2ZS62Uwlt/vTXwSuwzXeuEw8y/bA6og=";
hash = "sha256-/rMPNIpjkHdLE0lAdWCz71DbcqIW+1Y6RdFrYAfTSKU=";
};
nativeBuildInputs = [