summary refs log tree commit diff
path: root/pkgs/applications/graphics/runwayml
diff options
context:
space:
mode:
authorPavol Rusnak <pavol@rusnak.io>2020-01-19 14:14:53 +0100
committerJon <jonringer@users.noreply.github.com>2020-01-22 01:05:18 -0800
commit5bd4028bdcfadd480a667b352c8273be9a86ba05 (patch)
tree425d4d0517bd99a4239a945c88b7dd25fdda93b6 /pkgs/applications/graphics/runwayml
parent94de21577e30f9f7f1cb5ec21777d686b9c9a4bc (diff)
downloadnixpkgs-5bd4028bdcfadd480a667b352c8273be9a86ba05.tar
nixpkgs-5bd4028bdcfadd480a667b352c8273be9a86ba05.tar.gz
nixpkgs-5bd4028bdcfadd480a667b352c8273be9a86ba05.tar.bz2
nixpkgs-5bd4028bdcfadd480a667b352c8273be9a86ba05.tar.lz
nixpkgs-5bd4028bdcfadd480a667b352c8273be9a86ba05.tar.xz
nixpkgs-5bd4028bdcfadd480a667b352c8273be9a86ba05.tar.zst
nixpkgs-5bd4028bdcfadd480a667b352c8273be9a86ba05.zip
runwayml: 0.10.11 -> 0.10.20
Diffstat (limited to 'pkgs/applications/graphics/runwayml')
-rw-r--r--pkgs/applications/graphics/runwayml/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/runwayml/default.nix b/pkgs/applications/graphics/runwayml/default.nix
index 839a87214e6..c3f747837e0 100644
--- a/pkgs/applications/graphics/runwayml/default.nix
+++ b/pkgs/applications/graphics/runwayml/default.nix
@@ -6,12 +6,12 @@
 
 let
   pname = "runwayml";
-  version = "0.10.11";
+  version = "0.10.20";
   name = "${pname}-${version}";
 
   src = fetchurl {
     url = "https://runway-releases.s3.amazonaws.com/Runway%20${version}.AppImage";
-    sha256 = "0f3icgpwj1sk9bkycqw65c8bhrzzpw5yzacw52siv4j1gl4casnl";
+    sha256 = "1wi94xi8nrwfc4v2j1crlmwr0nxg95ffp5h4hxd84crvya8ibxgz";
     name="${pname}-${version}.AppImage";
   };