Skip to content

Commit 8f1d455

Browse files
authored
wallust: 3.0.0 -> 3.1.0 (#348965)
2 parents 2a3b139 + 819f1c8 commit 8f1d455

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

pkgs/applications/misc/wallust/default.nix renamed to pkgs/by-name/wa/wallust/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
, installShellFiles
88
}:
99
let
10-
version = "3.0.0";
10+
version = "3.1.0";
1111
in
1212
rustPlatform.buildRustPackage {
1313
pname = "wallust";
@@ -18,10 +18,10 @@ rustPlatform.buildRustPackage {
1818
owner = "explosion-mental";
1919
repo = "wallust";
2020
rev = version;
21-
hash = "sha256-vZTHlonepK1cyxHhGu3bVBuOmExPtRFrAnYp71Jfs8c=";
21+
hash = "sha256-Tad+zyhmTr734GEW0A4SNrfWzqcL0gLFsM6MoMrV17k=";
2222
};
2323

24-
cargoHash = "sha256-o6VRekazqbKTef6SLjHqs9/z/Q70auvunP+yFDkclpg=";
24+
cargoHash = "sha256-SEaq0qeWuDeIeCqz9imb5nV4WK44CF5wIwG62nhyqlU=";
2525

2626
nativeBuildInputs = [ makeWrapper installShellFiles ];
2727

pkgs/top-level/all-packages.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33856,8 +33856,6 @@ with pkgs;
3385633856

3385733857
yuview = libsForQt5.yuview;
3385833858

33859-
wallust = callPackage ../applications/misc/wallust { };
33860-
3386133859
zam-plugins = callPackage ../applications/audio/zam-plugins { };
3386233860

3386333861
zammad = callPackage ../applications/networking/misc/zammad { };

0 commit comments

Comments
 (0)