summary refs log tree commit diff
path: root/pkgs/applications/graphics/ideogram/default.nix
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-03-01 09:26:11 -0500
committerworldofpeace <worldofpeace@protonmail.ch>2020-03-01 09:36:45 -0500
commit4b771aa2e6064cc20dfbeb1fd4f0d2e491841da0 (patch)
tree95a9cb684e189d124a5d7880dea153f7cf658dea /pkgs/applications/graphics/ideogram/default.nix
parentdab121ac69d12b22ab7177b647e55996bd3056c9 (diff)
downloadnixpkgs-4b771aa2e6064cc20dfbeb1fd4f0d2e491841da0.tar
nixpkgs-4b771aa2e6064cc20dfbeb1fd4f0d2e491841da0.tar.gz
nixpkgs-4b771aa2e6064cc20dfbeb1fd4f0d2e491841da0.tar.bz2
nixpkgs-4b771aa2e6064cc20dfbeb1fd4f0d2e491841da0.tar.lz
nixpkgs-4b771aa2e6064cc20dfbeb1fd4f0d2e491841da0.tar.xz
nixpkgs-4b771aa2e6064cc20dfbeb1fd4f0d2e491841da0.tar.zst
nixpkgs-4b771aa2e6064cc20dfbeb1fd4f0d2e491841da0.zip
ideogram: 1.3.2 -> 1.3.3
better icon https://github.com/cassidyjames/ideogram/releases/tag/1.3.3
Diffstat (limited to 'pkgs/applications/graphics/ideogram/default.nix')
-rw-r--r--pkgs/applications/graphics/ideogram/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/ideogram/default.nix b/pkgs/applications/graphics/ideogram/default.nix
index 386916083bb..3e17a045ecc 100644
--- a/pkgs/applications/graphics/ideogram/default.nix
+++ b/pkgs/applications/graphics/ideogram/default.nix
@@ -17,13 +17,13 @@
 
 stdenv.mkDerivation rec {
   pname = "ideogram";
-  version = "1.3.2";
+  version = "1.3.3";
 
   src = fetchFromGitHub {
     owner = "cassidyjames";
     repo = pname;
     rev = version;
-    sha256 = "08nl11gj3234nrqyigqkq3yiyrqf2hha24x5jkl78ypj2xhcnhw8";
+    sha256 = "1zkr7x022khn5g3sq2dkxzy1hiiz66vl81s3i5sb9qr88znh79p1";
   };
 
   nativeBuildInputs = [