Skip to content

Commit e1aa35d

Browse files
Merge pull request #334701 from SuperSandro2000/flatpak
2 parents 8092d86 + d6898a6 commit e1aa35d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkgs/by-name/fl/flatpak/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
stdenv.mkDerivation (finalAttrs: {
6060
pname = "flatpak";
61-
version = "1.14.8";
61+
version = "1.14.10";
6262

6363
# TODO: split out lib once we figure out what to do with triggerdir
6464
outputs = [
@@ -72,7 +72,7 @@ stdenv.mkDerivation (finalAttrs: {
7272

7373
src = fetchurl {
7474
url = "https://github.com/flatpak/flatpak/releases/download/${finalAttrs.version}/flatpak-${finalAttrs.version}.tar.xz";
75-
hash = "sha256-EBa3Mn96+HiW+VRl9+WBN1DTtwSaN0ChpN3LX6jFNI4=";
75+
hash = "sha256-a73HkIEnNQrYWkpH1wKSyi9MRul3sysf0jHCpxnYIc0=";
7676
};
7777

7878
patches = [

pkgs/tools/admin/bubblewrap/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313

1414
stdenv.mkDerivation rec {
1515
pname = "bubblewrap";
16-
version = "0.9.0";
16+
version = "0.10.0";
1717

1818
src = fetchFromGitHub {
1919
owner = "containers";
2020
repo = "bubblewrap";
2121
rev = "v${version}";
22-
hash = "sha256-dfr6MiBdCHVscrS6XE0pT67q18NxrtqJliVbbQDFl5g=";
22+
hash = "sha256-HYJoX7DnAwHCgxCzTYGJlc4RodbVP6hutK065AmGSl0=";
2323
};
2424

2525
postPatch = ''

0 commit comments

Comments
 (0)