mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 11:53:27 +00:00
framesh: 0.5.0 -> 0.6.2
This commit is contained in:
parent
05d5c37728
commit
6ed55eaa19
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
pname = "framesh";
|
pname = "framesh";
|
||||||
version = "0.5.0-beta.22";
|
version = "0.6.2";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/floating/frame/releases/download/v${version}/Frame-${version}.AppImage";
|
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 {
|
appimageContents = appimageTools.extractType2 {
|
||||||
|
Loading…
Reference in New Issue
Block a user