summary refs log tree commit diff
diff options
context:
space:
mode:
authornyanloutre <paul@nyanlout.re>2019-10-06 00:12:09 +0200
committernyanloutre <paul@nyanlout.re>2019-10-06 00:12:09 +0200
commit397dac170f533fce0beb8d7985989caaf234b1ae (patch)
tree3d4a8866c4848e323d9fbe891078ce94de80565a
parent2436c27541b2f52deea3a4c1691216a02152e729 (diff)
downloadnixpkgs-397dac170f533fce0beb8d7985989caaf234b1ae.tar
nixpkgs-397dac170f533fce0beb8d7985989caaf234b1ae.tar.gz
nixpkgs-397dac170f533fce0beb8d7985989caaf234b1ae.tar.bz2
nixpkgs-397dac170f533fce0beb8d7985989caaf234b1ae.tar.lz
nixpkgs-397dac170f533fce0beb8d7985989caaf234b1ae.tar.xz
nixpkgs-397dac170f533fce0beb8d7985989caaf234b1ae.tar.zst
nixpkgs-397dac170f533fce0beb8d7985989caaf234b1ae.zip
molly-guard: 0.6.3 -> 0.7.2
-rw-r--r--pkgs/os-specific/linux/molly-guard/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/molly-guard/default.nix b/pkgs/os-specific/linux/molly-guard/default.nix
index 766c01eed3f..cf5c13c0312 100644
--- a/pkgs/os-specific/linux/molly-guard/default.nix
+++ b/pkgs/os-specific/linux/molly-guard/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "molly-guard";
-  version = "0.6.3";
+  version = "0.7.2";
 
   src = fetchurl {
-    url = "https://launchpad.net/ubuntu/+source/molly-guard/${version}/+build/8892607/+files/molly-guard_${version}_all.deb";
-    sha256 = "1d1x60m6kh9wfh9lc22g5s0j40aivwgsczykk27ymwl1pvk58dxn";
+    url = "https://launchpad.net/ubuntu/+archive/primary/+files/molly-guard_${version}_all.deb";
+    sha256 = "1k6b1hn8lc4rj9n036imsl7s9lqj6ny3acdhnbnamsdkkndmxrw7";
   };
 
   buildInputs = [ dpkg ];