morgen: 3.4.3 -> 3.4.4

(cherry picked from commit 62942da854)
This commit is contained in:
R. Ryantm 2024-05-30 19:34:14 +00:00 committed by Emily
parent 1bae4c84ee
commit 4cefad5a46

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "morgen";
version = "3.4.3";
version = "3.4.4";
src = fetchurl {
url = "https://dl.todesktop.com/210203cqcj00tw1/versions/${version}/linux/deb";
hash = "sha256-QxbvD18yoIidiDoU7FsCpdgYZolp8LRx93d1GTjtnfA=";
hash = "sha256-l4wHCapIvD3kZk1DqLNWDLjwg6j7g0+qMB/KuMzH+pQ=";
};
nativeBuildInputs = [