Skip to content

Commit

Permalink
Merge pull request #221006 from paulperegud/update-framsh
Browse files Browse the repository at this point in the history
framesh: 0.5.0 -> 0.6.2
  • Loading branch information
NickCao authored Apr 24, 2023
2 parents 1113566 + 6ed55ea commit 6577af6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/blockchains/framesh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

let
pname = "framesh";
version = "0.5.0-beta.22";
version = "0.6.2";
src = fetchurl {
url = "https://github.com/floating/frame/releases/download/v${version}/Frame-${version}.AppImage";
sha256 = "sha256-/y7Pf1ADtz0CBeKKCHtSPOYvU7HCpq7hM/J4Ddq1XiA=";
sha256 = "sha256-nN5+6SwfHcwhePlbsXjT3qNd/d6Xqnd85NVC8vw3ehk=";
};

appimageContents = appimageTools.extractType2 {
Expand Down

0 comments on commit 6577af6

Please sign in to comment.