summary refs log tree commit diff
path: root/pkgs/applications/editors/quilter/default.nix
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-11-03 13:21:15 -0500
committerworldofpeace <worldofpeace@protonmail.ch>2019-11-03 13:25:33 -0500
commitfbbb67b85879e286a308898351f34c049a682314 (patch)
tree7c88a24a1362ce6a0338a0d4e8ca3d2938651851 /pkgs/applications/editors/quilter/default.nix
parente43ab14fc9ee505cb57ad0f5ac97e426f951e466 (diff)
downloadnixpkgs-fbbb67b85879e286a308898351f34c049a682314.tar
nixpkgs-fbbb67b85879e286a308898351f34c049a682314.tar.gz
nixpkgs-fbbb67b85879e286a308898351f34c049a682314.tar.bz2
nixpkgs-fbbb67b85879e286a308898351f34c049a682314.tar.lz
nixpkgs-fbbb67b85879e286a308898351f34c049a682314.tar.xz
nixpkgs-fbbb67b85879e286a308898351f34c049a682314.tar.zst
nixpkgs-fbbb67b85879e286a308898351f34c049a682314.zip
quilter: 2.0.2 - 2.0.3
Diffstat (limited to 'pkgs/applications/editors/quilter/default.nix')
-rw-r--r--pkgs/applications/editors/quilter/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/quilter/default.nix b/pkgs/applications/editors/quilter/default.nix
index 7df036cc215..d9c3bd0825d 100644
--- a/pkgs/applications/editors/quilter/default.nix
+++ b/pkgs/applications/editors/quilter/default.nix
@@ -4,13 +4,13 @@
 
 stdenv.mkDerivation rec {
   pname = "quilter";
-  version = "2.0.2";
+  version = "2.0.3";
 
   src = fetchFromGitHub {
     owner = "lainsce";
     repo = pname;
     rev = version;
-    sha256 = "0qd8qssqzds06l08f4yf39i3bjl1ljyr85wgc3yn6mn698ynx30g";
+    sha256 = "13l8z3bchha4ax14s48pcqdxh8gnj4mlvv06lk9dwk9fplc93821";
   };
 
   nativeBuildInputs = [